projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2724e11
)
[IA64] remove duplicated console_endboot().
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 10 Jul 2006 20:12:47 +0000
(14:12 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 10 Jul 2006 20:12:47 +0000
(14:12 -0600)
There are two. one is in construct_dom0() and another is in start_kernel()
Like x86, left the one in start_kernel()
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/xen/domain.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/domain.c
b/xen/arch/ia64/xen/domain.c
index 70868ef5f78bf488a5c7c5772f7a818e7d9349ae..d9cea53d7899eea091810eb069577e84e0b5b16d 100644
(file)
--- a/
xen/arch/ia64/xen/domain.c
+++ b/
xen/arch/ia64/xen/domain.c
@@
-904,8
+904,6
@@
int construct_dom0(struct domain *d,
si->nr_pages = max_pages;
si->flags = SIF_INITDOMAIN|SIF_PRIVILEGED;
- console_endboot();
-
printk("Dom0: 0x%lx\n", (u64)dom0);
#ifdef VALIDATE_VT